home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / Work Library - Marty / Screen Grid 3.3 (SHK) / SCREEN.GRID.shk / SGRIDDOCS3.3 (.txt) < prev   
AppleWorks Document  |  1992-04-12  |  5KB  |  85 lines

  1. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  2. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  3. -PleWorks returns to that file.the current file is sa
  4. Screen Grid 3.3
  5. Steve Beville
  6. Put away your ruler!  
  7. Quit taping graph paper to the screen!
  8. Stop carving reference points on the monitor case *
  9. and straining to count columns and rows!
  10. LThis task file will allow you to capture Appleworks and TimeOut screens and J
  11. Hprint them in the spreadsheet named "Screen.Grid.SS" then determine the =
  12. <screen> and <msgxy> coordinates of anything on the screen.
  13. -R reads a screen.
  14. -P prints the screen.
  15. -P can be used from anywhere in Appleworks or TimeOut that can be exited L
  16. Jwith an 
  17. -Q and I finally broke down and put in a provision to print from G
  18. Ewithin TO.Calendar. If there are other TO applications that can't be L
  19. Jexited by 
  20. -Q DON'T use 
  21. -P there, get out of the application first.  
  22. Nfinds the file "Screen.Grid.SS" and prints the captured screen there.  If the O
  23. Mfile isn't on the desktop Screen Grid 3.3 will create the file for you. This A
  24. task file won't work with a spreadsheet file by any other name.
  25. EOnce you've printed the screen move the cursor to the message you're P
  26. Ninterested in then press 
  27. -D.  If you want to find the screen coordinates and O
  28. Mthe length of the string move the cursor to the end of the message and press +
  29. return.  You'll see a message like this :
  30.                         7
  31. Screen 7, 1, 13    msgxy 6,0
  32. GIf you only want to determine where the message starts, don't move the 
  33. cursor, just press return.
  34. LIf you want to save the screen to refer back to later, change the file name L
  35. Jfirst.  Screen Grid deletes the spreadsheet before printing a new screen, 
  36. this speeds things up a bit.
  37. Chronology:
  38. Screen Grid3 on MacroEase is the earliest version of this task file.
  39. LScreen Grid on the first APA disk was the second version so you may want to 3
  40. rename that 3.1 or you may want to throw it away.
  41. Screen Grid 3.3 is the last ever version.
  42. Changes in 3.3 from earlier versions:
  43. NBasically I just tightened up the code a little and used a slightly different K
  44. Iroutine to capture keystrokes in the sa-I subroutine.
  45. There are several ,
  46. advantages to using <#waitkey> over <Key>:
  47. J1. You don't need to poke $10f2 to stop the blinking cursor, the UM clock -
  48. isn't refreshed and macro key click is off.
  49. -ctrl-S, aren't interpreted as ascii 27. 
  50. -esc is interpreted M
  51. Kas just a regular esc. 
  52. -E and 
  53. -H have no effect the way they do with Z = M
  54. Kkey.  This allows you to have more control over user input without peeking (
  55. the exitflag and eating up more bytes.
  56. LI added the 
  57. -V macro to View the screen and msgxy coordinates again.  This L
  58. Jwill allow you to move to a macro source file and view the coordinates to O
  59. Mrefresh your memory or you can press 
  60. -0 to print the msg in the appropriate K
  61. Iplace within the macro then delete the portion you don't want, screen or 
  62. msgxy.
  63. JThere is another command that isn't listed on the Options Screen, 
  64. -E the L
  65. JEmergency routine to turn the display back on and show the Index.  If for P
  66. Nsome reason Screen Grid should stop with the display off use 
  67. -E to recover.  .
  68. That shouldn't happen ...but you never know.
  69. KScreen Grid 3.3 will create the file "Screen.Grid.SS" if it isn't found on 
  70. the desktop.
  71. MIf you're running Appleworks from disk or you've used so much desktop memory O
  72. Mthat Appleworks functions have been "bumped" from memory, make sure that the 2
  73. disk containing Seg.SS is in one of your drives.
  74. *****************************************************************************
  75. GScreen Grid is intended to be used as a Task File launched from within 
  76. Appleworks.
  77. *****************************************************************************
  78. MTo the aesthetically minded, the opening sequence was designed to proceed at P
  79. Nabout 144 beats per minute ( read that fast for the nonmusicians out there).  M
  80. KI'm using a //c with an 8 MHz Zip chip.  If you're using a slower machine, M
  81. Kyou may want to adjust the wait in the 
  82. -1 macro and the 
  83. -W subroutine to /
  84. get the intended effect, for what it's worth.
  85.